html{
	width:100%;
	height:100%;
}
body{
	width:99.4%;
	height:98.8%;
	background-image: url('PICS/background.jpg');
	background-size: cover;
}
.IMGbutton{
	background: none;
	border: none;
	padding: 0;
}
#startButton{
	position:absolute;
	top:495px;
	left:630px;
	z-index:5;
}
#divContainer{
	position:absolute;
	top:10px;
	left:250px;
	border:inset 5px #35D9F2;
	width:850px;
	height:450px;
}
#divDescription{
	position:absolute;
	top:530px;
	left:250px;
	background-color:#A7EEF9;
	width:860px;
	height:80px;
	border-style: solid;
	border-color: #DBA7F9;
	border-width: 5px;
	border-radius: 25% / 50%;
	text-align: center;
}
#divScore1{
	position:absolute;
	top:370px;
	left:35px;
	background-color:#A7EEF9;
	width:170px;
	height:150px;
	border-radius: 30% 70% / 30% 50%;
	border-style: solid;
	border-color: #DBA7F9;
	border-width: 5px;
	text-align: center;
}
#divScore2{
	position:absolute;
	top:370px;
	left:1150px;
	background-color:#A7EEF9;
	width:170px;
	height:150px;
	border-radius: 30px;
	border-radius: 70% 30% / 50% 30%;
	border-style: solid;
	border-color: #DBA7F9;
	border-width: 5px;
	text-align: center;
}
#divpPlayer1Desc{
	position:absolute;
	top:10px;
	left:14px;
	background-color:#A7EEF9;
	width:220px;
	height:330px;
	border-style: solid;
	border-color: #DBA7F9;
	border-width: 5px;
	border-radius: 70% 70% 30% 30%;
	text-align: center;
}
#divpPlayer2Desc{
    position:absolute;
    top:10px;
    left:1119px;
    background-color:#A7EEF9;
    width:220px;
    height:330px;
	border-style: solid;
	border-color: #DBA7F9;
	border-width: 5px;
	border-radius: 70% 70% 30% 30%;
	text-align: center;
}
#divPlayer{
	position:absolute;
	top:180px;
	left:150px;
	width:15px;
	height:100px;
}
#BlueShield{
	position:absolute;
	left:-15px;	
	width:60px;
	height:110px;
}
#divPlayer1{
	position:absolute;
	top:180px;
	left:700px;
	width:15px;
	height:100px;
}
#RedShield{	
	position:absolute;
	left:-15px;
	width:60px;
	height:110px;
}
#Goal{
	position:absolute;
	top:180px;
	width:10px;
	height:100px;
}
#BlueFire{
	position:absolute;
	top:-10px;
	left:-40px;
	z-index:10;
}
#Goal1{
	position:absolute;
	top:180px;
	left:840px;
	width:10px;
	height:100px;
}
#RedFire{
	position:absolute;
	top:-10px;
	left:-75px;
	z-index:10;
}
#divPongBall{
	position:absolute;
	left:412px;
	top:250px;
	width:10px;
	height:10px;
}
#SlimeBall{
	position:absolute;
	left:-15px;
	top:-13px;
	height:40px;
	Width:45px;
	z-index:-1;
}
#SlimeButton1{
	position:absolute;
	left:627px;
	top:433px;
	height:110px;
	width:91px;
	z-index:4;
}
#SlimeButton2{
	position:absolute;
	left:647px;
	top:451px;
	height:48px;
	width:50px;
	z-index:4;
}
#SlimeJUMPING{
	height:500px;
	width:500px;
	background-color:lightblue;
}
 
#Slime00{
	position:absolute;
	left:800px;
	top:454px;
	height:80px;
	width:60px;
}
#Slime01{
	position:absolute;
	left:500px;
	top:454px;
	height:80px;
	width:60px;
}
#Slime02{
	position:absolute;
	left:20px;
	top:500px;
	height:150px;
	width:120px;
}
#Slime03{
	position:absolute;
	left:1225px;
	top:500px;
	height:150px;
	width:120px;
}
#MiniSlime00{
	position:absolute;
	left:400px;
	top:485px;
	height:50px;
	width:30px;
}
#MiniSlime01{
	position:absolute;
	left:900px;
	top:485px;
	height:50px;
	width:30px;
}